Snapservice Reports Clusters VirtualMachines Snapshots ListResult
The Snapservice Reports Clusters VirtualMachines Snapshots ListResult schema represents the result of GET /snapservice/reports/clusters/{cluster}/virtual-machines/snapshots operation. The result list is pre sorted by Snapservice Reports Clusters VirtualMachines Snapshots ListItem.creation_time of the virtual machine snapshot.
This schema was added in vSphere API 9.0.0.0.
{
"snapshots": [
{
"name": "string",
"snapshot": "string",
"pg_snapshot": "string",
"pg": "string",
"vm": "string",
"status": "string",
"error": {
"messages": [
{
"id": "string",
"default_message": "string",
"args": [
"string"
],
"params": {
"params": {
"s": "string",
"dt": "string",
"i": 0,
"d": "number",
"l": "Vapi Std NestedLocalizableMessage Object",
"format": "string",
"precision": 0
}
},
"localized": "string"
}
]
},
"creation_time": "string",
"expiration_time": "string",
"snapshot_type": "string",
"deleted": false
}
],
"total_count": 0
}
List of virtual machine snapshot items.
This property was added in vSphere API 9.0.0.0.
The paginated list may contain partial result, this field provides total number of items with the given filters applied.
This property was added in vSphere API 9.0.0.0.